-
Notifications
You must be signed in to change notification settings - Fork 52
feat: SDK Compliance #397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat: SDK Compliance #397
Conversation
PostHog SDK Compliance ReportSDK: posthog-python
|
| Test | Status | Duration |
|---|---|---|
| Format Validation.Event Has Required Fields | ✅ | 519ms |
| Format Validation.Event Has Uuid | ✅ | 1507ms |
| Format Validation.Event Has Lib Properties | ✅ | 1506ms |
| Format Validation.Distinct Id Is String | ✅ | 1507ms |
| Format Validation.Token Is Present | ✅ | 1507ms |
| Retry Behavior.Retries On 503 | ✅ | 8784ms |
| Retry Behavior.Does Not Retry On 400 | ✅ | 3505ms |
| Retry Behavior.Does Not Retry On 401 | ✅ | 3508ms |
| Retry Behavior.Respects Retry After Header | ❌ | 7243ms |
| Retry Behavior.Implements Backoff | ✅ | 19273ms |
| Deduplication.Generates Unique Uuids | ✅ | 1497ms |
| Deduplication.Preserves Uuid On Retry | ✅ | 7235ms |
| Deduplication.Different Events Have Different Uuids | ✅ | 1508ms |
| Compression.Sends Gzip When Enabled | ✅ | 1507ms |
| Batch Format.Uses Proper Batch Structure | ✅ | 1506ms |
| Error Handling.Does Not Retry On 413 | ✅ | 3510ms |
| Error Handling.Retries On 408 | ❌ | 6510ms |
Failures
retry_behavior.respects_retry_after_header
Retry delay too short: 737ms < 2500ms
error_handling.retries_on_408
Expected at least 2 requests, got 1
PostHog SDK Compliance ReportSDK: posthog-python
|
| Test | Status | Duration |
|---|---|---|
| Format Validation.Event Has Required Fields | ✅ | 516ms |
| Format Validation.Event Has Uuid | ✅ | 1507ms |
| Format Validation.Event Has Lib Properties | ✅ | 1506ms |
| Format Validation.Distinct Id Is String | ✅ | 1507ms |
| Format Validation.Token Is Present | ✅ | 1506ms |
| Retry Behavior.Retries On 503 | ✅ | 8330ms |
| Retry Behavior.Does Not Retry On 400 | ✅ | 3508ms |
| Retry Behavior.Does Not Retry On 401 | ✅ | 3507ms |
| Retry Behavior.Respects Retry After Header | ❌ | 7509ms |
| Retry Behavior.Implements Backoff | ❌ | 20521ms |
| Deduplication.Generates Unique Uuids | ✅ | 1495ms |
| Deduplication.Preserves Uuid On Retry | ✅ | 6968ms |
| Deduplication.Different Events Have Different Uuids | ✅ | 1503ms |
| Compression.Sends Gzip When Enabled | ✅ | 1506ms |
| Batch Format.Uses Proper Batch Structure | ✅ | 1507ms |
| Error Handling.Does Not Retry On 413 | ✅ | 3512ms |
| Error Handling.Retries On 408 | ❌ | 6505ms |
Failures
retry_behavior.respects_retry_after_header
Retry delay too short: 999ms < 2500ms
retry_behavior.implements_backoff
First retry delay too short: 46ms < 100ms
error_handling.retries_on_408
Expected at least 2 requests, got 1
No description provided.